go.pact.im/x/httptrack.Stats.counter (field)

7 uses

	go.pact.im/x/httptrack (current package)
		stats.go#L20: 	counter [counterSize]uint64
		stats.go#L75: 	return s.counter[http.StateNew]
		stats.go#L85: 	return s.counter[http.StateActive]
		stats.go#L91: 	return s.counter[http.StateIdle]
		stats.go#L100: 	return s.counter[http.StateHijacked]
		stats.go#L116: 	return s.counter[http.StateClosed]
		stats.go#L138: 	s.stats.counter[state]++